From 01018e019b2615c3400c68f493c503b787a421f6 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 21 Jan 2014 14:40:16 -0500 Subject: [PATCH] docs: don't use property syntax for child properties --- gtk/gtkbox.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c index cb2539954e..8b786221d7 100644 --- a/gtk/gtkbox.c +++ b/gtk/gtkbox.c @@ -1898,13 +1898,13 @@ gtk_box_reorder_child (GtkBox *box, * gtk_box_query_child_packing: * @box: a #GtkBox * @child: the #GtkWidget of the child to query - * @expand: (out): pointer to return location for #GtkBox:expand child + * @expand: (out): pointer to return location for expand child * property - * @fill: (out): pointer to return location for #GtkBox:fill child + * @fill: (out): pointer to return location for fill child * property - * @padding: (out): pointer to return location for #GtkBox:padding + * @padding: (out): pointer to return location for padding * child property - * @pack_type: (out): pointer to return location for #GtkBox:pack-type + * @pack_type: (out): pointer to return location for pack-type * child property * * Obtains information about how @child is packed into @box. -- 2.30.2